home *** CD-ROM | disk | FTP | other *** search
-
- term <subcommands>
-
- The term command is used to configure TCP access to local async
- ports. It is only available if Jnos was compiled with TERMSERVER
- #defined. Then, if 'start term' is issued, connects to TCP port
- 5000 (default) will be asked the term password if one was defined,
- then asked an interface name (unless just one term interface was
- defined). After these questions are answered satisfactorily,
- whatever is received from the tcp connection is sent to the inter-
- face, and whatever is received from the interface is sent to the
- tcp connection.
-
-
- term iface [<iface> options...]
-
- Displays the list of interfaces accessible via term, or establishes
- a term interface and its operating parameters.
-
- term iface <iface> 7bit [OFF | on]
-
- Displays or changes the setting of the flag which causes term to
- apply a mask of 0x7F to all characters read during the term session.
-
- term iface <iface> drop
-
- Deletes the interface <iface> from the list of interfaces accessible
- to term. The interface must not be in use by a term process.
-
- term iface <iface> flushwait [<#ms>] Default: 0
-
- Displays or changes the number of milliseconds after which any
- non-newline-terminated input from the serial port, is flushed so
- that it becomes visible to the term user. The default value is 0,
- meaning that no flushing is done. A flushwait value of 500 ms is a
- good value to use when it is important to see, for example, login
- prompts that are not followed by a CR.
-
- term iface <iface> nlcr [OFF | on]
-
- Displays or changes the setting of the flag which causes term to
- translate a newline read from the tcp input stream, into a CR to
- be sent to the serial interface.
-
- term iface <iface> noecho [OFF | on]
-
- Displays or changes the setting of the flag which causes telnet
- echoing to be turned off for the duration of a term session.
-
- term iface <iface> noopt [OFF | on]
-
- Displays or changes the setting of the flag which causes telnet
- option processing to be turned off for the duration of a term session.
-
- term iface <iface> winkdtr [OFF | on]
-
- Displays or changes the setting of the flag which causes DTR to
- be deasserted for one second, at the start of a term session.
-
-
- term password string
-
- Sets the term facility password to the provided string. The default
- is no password required.
-